google.golang.org/grpc/internal/channelz.dummyEntry.idNotFound (field)
8 uses
google.golang.org/grpc/internal/channelz (current package)
channelmap.go#L162: return &dummyEntry{idNotFound: id}
channelmap.go#L188: return &dummyEntry{idNotFound: id}
channelmap.go#L349: idNotFound int64
channelmap.go#L354: return fmt.Sprintf("non-existent entity #%d", d.idNotFound)
channelmap.go#L357: func (d *dummyEntry) ID() int64 { return d.idNotFound }
channelmap.go#L369: logger.Infof("attempt to add child of type %T with id %d to a parent (id=%d) that doesn't currently exist", e, id, d.idNotFound)
channelmap.go#L375: logger.Infof("attempt to delete child with id %d from a parent (id=%d) that doesn't currently exist", id, d.idNotFound)
channelmap.go#L379: logger.Warningf("attempt to delete an entry (id=%d) that doesn't currently exist", d.idNotFound)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)